Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulation
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Mar 2006 17:57:54 +0000 (18:57 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Mar 2006 17:57:54 +0000 (18:57 +0100)
commit7d258cc98e2275590ccd88bc49f1e70404c2663b
treefaca9c8fbd2f856b7a914c5848c79620363b3e3d
parent1409287078e998520ab16328215b1cff3a4cf0c3
Add Summagraphics Tablet emulation for VNC users.  The current PS/2 emulation
is unusable under VNC since a PS/2 mouse provides deltas while VNC only
provides absolute coordinates.  Fortunately, the Summagraphics Tablet provides
absolute coordinates and works perfectly with VNC.

Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
tools/ioemu/configure
tools/ioemu/hw/pckbd.c
tools/ioemu/hw/serial.c
tools/ioemu/sdl.c
tools/ioemu/vl.c
tools/ioemu/vl.h
tools/ioemu/vnc.c